home *** CD-ROM | disk | FTP | other *** search
/ Kimeruze! Yamikon! / Kimeruze! Yamikon!.iso / mac / YARIKON / EVENT10.Dxr / 00045.ls < prev    next >
Encoding:
Text File  |  1996-10-23  |  513 b   |  19 lines

  1. on enterFrame
  2.   global selected, point, uscore, gscore
  3.   set selected to 0
  4.   set point to 0
  5.   set uscore to 0
  6.   set gscore to 0
  7.   puppetSprite(2, 1)
  8.   set the visible of sprite 10 to 0
  9.   set the visible of sprite 11 to 0
  10.   set the visible of sprite 12 to 0
  11.   set the visible of sprite 13 to 0
  12.   set the visible of sprite 14 to 0
  13.   set the visible of sprite 16 to 0
  14.   set the visible of sprite 17 to 0
  15.   set the visible of sprite 18 to 0
  16.   set the visible of sprite 19 to 0
  17.   set the visible of sprite 20 to 0
  18. end
  19.